home *** CD-ROM | disk | FTP | other *** search
/ Minami 58 / MINAMI58.ISO / Varios / Juegos Flash / Gold Yard.exe / scripts / DefineButton2_277 / BUTTONCONDACTION on(press).as next >
Text File  |  2003-04-29  |  79b  |  5 lines

  1. on(press){
  2.    startDrag("",0,left,top,right,bottom);
  3.    dragging = true;
  4. }
  5.